projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
52dd704
)
arm: socfpga: Add missing CONFIG_BUILD_TARGET
author
Marek Vasut
<
[email protected]
>
Thu, 11 Feb 2016 12:59:46 +0000
(13:59 +0100)
committer
Marek Vasut
<
[email protected]
>
Wed, 24 Feb 2016 18:13:03 +0000
(19:13 +0100)
Add the missing CONFIG_BUILD_TARGET to get u-boot-with-spl.sfp built
automatically upon running make in the source tree.
Signed-off-by: Marek Vasut <
[email protected]
>
Cc: Dinh Nguyen <
[email protected]
>
Cc: Chin Liang See <
[email protected]
>
Cc: Denis Bakhvalov <
[email protected]
>
include/configs/socfpga_common.h
patch
|
blob
|
history
diff --git
a/include/configs/socfpga_common.h
b/include/configs/socfpga_common.h
index 8de0ab90469d6e35952cefef8fb59cea01affb09..0501bd110a9a3527eacaad0ac345f599effe3821 100644
(file)
--- a/
include/configs/socfpga_common.h
+++ b/
include/configs/socfpga_common.h
@@
-30,6
+30,9
@@
#define CONFIG_TIMESTAMP /* Print image info with timestamp */
+/* add target to build it automatically upon "make" */
+#define CONFIG_BUILD_TARGET "u-boot-with-spl.sfp"
+
/*
* Memory configurations
*/